home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TPGMIMPORTFORM / TPGMIMPORTFORM.txt
Text File  |  1999-10-16  |  2KB  |  93 lines

  1. object PGMImportForm: TPGMImportForm
  2.   Left = 207
  3.   Top = 118
  4.   Width = 264
  5.   Height = 148
  6.   Caption = 'Pixel Greymap Import'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SpacingLabel: TLabel
  17.     Left = 16
  18.     Top = 24
  19.     Width = 82
  20.     Height = 13
  21.     Caption = 'GridPointSpacing'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 168
  25.     Top = 24
  26.     Width = 11
  27.     Height = 13
  28.     Caption = 'x: '
  29.   end
  30.   object Label2: TLabel
  31.     Left = 168
  32.     Top = 48
  33.     Width = 11
  34.     Height = 13
  35.     Caption = 'y: '
  36.   end
  37.   object XSpacingMaskEdit: TFloatEdit
  38.     Left = 190
  39.     Top = 16
  40.     Width = 51
  41.     Height = 21
  42.     TabOrder = 0
  43.     Text = '30.0'
  44.     Digits = 1
  45.     Value = 30.000000000000000000
  46.     Min = 0.100000000000000000
  47.     Max = 9999.900000000000000000
  48.     ErrorMessage = '[No Text]'
  49.   end
  50.   object Button1: TButton
  51.     Left = 12
  52.     Top = 88
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.   end
  60.   object Button2: TButton
  61.     Left = 92
  62.     Top = 88
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object HelpButton: TButton
  71.     Left = 174
  72.     Top = 88
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Help'
  76.     TabOrder = 3
  77.     OnClick = HelpButtonClick
  78.   end
  79.   object YSpacingMaskEdit: TFloatEdit
  80.     Left = 190
  81.     Top = 40
  82.     Width = 51
  83.     Height = 21
  84.     TabOrder = 4
  85.     Text = '30.0'
  86.     Digits = 1
  87.     Value = 30.000000000000000000
  88.     Min = 0.100000000000000000
  89.     Max = 9999.900000000000000000
  90.     ErrorMessage = '[No Text]'
  91.   end
  92. end
  93.